From f6e20ffc9a0f8ed82ff75cec64a3eb44092f4970 Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Tue, 30 Dec 2008 16:19:50 +0000 Subject: [PATCH] * follow.el (follow-select-if-visible): Improve the check for the last line of the window. (follow-post-command-hook): Perform redisplay in more circumstances, to avoid getting point stuck on partially visible lines. --- lisp/ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 883e5165616..1b521dcf507 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,11 @@ +2008-12-30 Chong Yidong + + * follow.el (follow-select-if-visible): Improve the check for the + last line of the window. + (follow-post-command-hook): Perform redisplay in more + circumstances, to avoid getting point stuck on partially visible + lines. + 2008-12-30 Chong Yidong * follow.el (follow-calc-win-end): Use with-selected-window. -- 2.30.2